home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / mpf / eng / shared / regwiz.cab / RegWizUI.dll / HTML / COUNTRYARRAY.JS < prev    next >
Encoding:
JavaScript  |  2005-07-13  |  649 b   |  32 lines

  1. // ASPSTRINGTABLE 1.0
  2. // No need to sort this array manually.
  3. var gCountryArray = Array("United States", 
  4.                     "Argentina",
  5.                     "Australia",
  6.                     "Brazil",
  7.                     "Canada - English",                    
  8.                     "Canada - French",                    
  9.                     "Chile",
  10.                     "Chinese - Simplified", 
  11.                     "Chinese - Traditional", 
  12.                     "Czech Republic",
  13.                     "Denmark",
  14.                     "France",
  15.                     "Finland",
  16.                     "Germany",
  17.                     "Italy",
  18.                     "Japan",
  19.                     "Korea", 
  20.                     "Latin America",
  21.                     "Mexico",
  22.                     "Netherlands",
  23.                     "Norway",
  24.                     "Peru",
  25.                     "Poland", 
  26.                     "Portugal", 
  27.                     "Spain", 
  28.                     "Sweden",
  29.                     "United Kingdom",
  30.                     "<Other Country>");
  31.  
  32.